@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	font: 1.5em/160% "微软雅黑", Verdana, Geneva, sans-serif;
}
a {
color: #61667e;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
	padding-left:0;
	margin-left:0;
}
h1, h2, h3, h4, h5, h6 {
	color:#333;
}
h1{
	color:#333;
	font-weight:bold;}
h2{
	font-size:18px;
	font-weight:bold;
	}
.lead {
	font-weight:normal !important;
}
.topbar {
	background-color:#efefef;
	font-size:11px;
	height:24px;
	line-height:24px;
	color:#666;
}
.topbar a {
	color:#999;
	text-decoration:none;
}
.header {
	background-color:white;
	
}
@media(max-width:480px) {
.header {
	background:url(../images/intro_background.jpg) top center;
}
	body {
	padding-bottom:34px;
}
}

@media(max-width:768px) {
.nav-pills > li {
float:none;
}
}
/*
菜单---------------------------------------------*/
.nav-wrap{
	background-color: #f60;}
.navbar {
	margin-bottom:0;
	min-height:inherit;
}
.navbar-nav {
	margin-top:2em;
	font-size:1em;
}
.nav a{
	color:#fff;
}
.navbar-nav li{
	border:1px solid #fff;
	margin:3px 3px;
	border-radius:10px;
	border-color:white;
	
	}
.navbar-nav li:hover{	
	border-radius:10px;
	padding:0px;
	border-color:#fc0;
	}
.navbar-nav li.che{
	border-color:#fc0;
	}
.navbar-nav > li > a {
	padding:5px 10px;
	}
.navbar-nav > li.che > a , .navbar-nav > li >a:hover {
	color:#fc0;
	}		
.navbar-brand {
	height:inherit;
	background-color:inherit;
}
@media(max-width:480px) {
.navbar-brand > img {
	height:30px;
}
.navbar-default .navbar-nav > li > a {
color: #eee;
}
.navbar-default .navbar-nav > li > a:hover {
color: #fc0;
}
}
.navbar-default {
	background-color:transparent;
	border:none;
}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: #c50;}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background-color:#c50;}
	
.nav > li > a {
padding: 10px 39px;
white-space:nowrap;
}
@media(max-width:1200px){
	.nav > li > a {
padding: 10px 20px;}
	}
@media(max-width:992px){
	.nav > li > a {
padding: 10px 12px;}
	}
@media(max-width:768px){
	.nav > li > a {
padding: 10px 0px;}
	}
.qr{
	float:right;
	width:190px;
	height:75px;
	background: url(../images/qrbg.gif) no-repeat;
	border:none;
	margin-top:8px;
	}
.qr-wrap{
	width:459px !important;
	height:262px !important; 
	}
.popover-content{
	width:451px !important;
	height:254px !important; 
	}
.popover{
	right:0;
	max-width:487px !important;
	width:487px !important;
	height:272px !important;}	

/*
幻灯-----------------------------------------*/
.carousel-control.right, .carousel-control.left {
	background-image:none !important;
}
.carousel-caption{
	top:300px !important;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
}	

	
.slide-text{
	width:50%;
	margin-top:-200px;
	text-align:left;
	}
.slide-text h2{
	font-weight:bold;
	font-size:2em;
	color:#80c8ff;
	}
	
.slide-text p{
	font-size:1em;
	color:#fff;
	text-shadow:none;
	}
/*.bdshare-button-style0-16{
	width:100%;}*/
	
@media(max-width:1280px){
.slide-text{
	width:50%;
	margin-top:-400px;
	text-align:left;
	}

	
	}

.bg-green { background: #5bd5a0;}
.bg-blue { background: #1daee9;}
.bg-purple { background: #c843a5;}
.bg-red { background: #eb3980;}
.bg-yellow { background: #ffcc35;}

.Tittle-image{
	width:100%;
	text-align:center;
	
	}
.Tittle-image img{
	width:100%;
	height:auto;
}
	
.defbanner{
	height:100px;}	
	
	
/*
搜索框-----------------------------------------------------------------*/
.search{
	margin-top:30px;
	padding:30px 0;
	background-color:#530fad;
	background-image:url(../images/bs-docs-masthead-pattern.png);
	background-position:center center;
	}

/*
首页新闻部分------------------------------------------------*/
.major{
	padding-bottom:30px;}
.home-news-wrap h2, .home-about-wrap h2, .home-products-wrap h2{
	background-color:#313131;
	color:#fff;
	padding:10px;}
.home-about-wrap h2{
	background-color:#f60;
	}
.home-news-list span{
	float:right;
	color:#aaa;
	font-size:10px;
	}
	.home-news-list  li{
		border-bottom:1px dashed #aaa;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;}
	
.home-news-list li::before {
content: "\e258";	
font-size:6px;
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
color:#f60;
-webkit-font-smoothing: antialiased;
}

/*首页产品部分*/
.home-products-wrap h2{
	background-color:#444;}
	
/*page页开始--------------------------------------------------------*/

.title-wrap{
	text-align:right;
	border-bottom:1px solid #eee;
	}
	
.submenu{
	background-color:#efefef;
	margin:20px;
	padding:20px;}
.jumbotron{
	margin-bottom:30px;	
	background-color:#987200;
	background-image:url(../images/bs-docs-masthead-pattern.png);
	background-position:center center;
	padding: 0px 0;
	}
.jumbotron h2{
	display:inline-block;
	height:60px;
	line-height:60px;
	color:white;
	margin:0;
	padding:0;
	background:url(../images/ic_current.png)  bottom center no-repeat;
	}
.breadcrumb {
padding: 0;
margin-bottom: 0px;
list-style: none;
background-color:transparent;
border-radius: 4px;
}
.mainContent{
	padding-bottom:30px;}
	
.sideBra{
	background-color:#FFF4D2;
	padding-bottom:20px;
	}
.sideBra h3{
	background-color:#22034a;
	margin:0 -15px 15px -15px;
	padding:5px  5px 5px 15px;
	}
	
.sideBra li{
	border-bottom:1px solid #f9d66d;
	padding:5px 0;
	}

.sideBra li:before{
	content:"· ";
	color:#22034a;
	font-weight:900;
	}
		
.sideLink{
	padding-bottom:20px;
	
	}

.mainContent  img {
	max-width:90% !important;
	margin:0 auto;
	height:auto;
}
@media(max-width:480px){
.mainContent  img {
	width:90% !important;
	margin:0 auto;
	height:auto;
}
.jumbotron {
margin-bottom: 0;
}

.sideBra {
background-color: #fff;
padding-bottom: 0;
display:none;
}

#more-btn{
	margin-top:12px;}

}
#contentTxt{
	padding-top:20px;
	}
#contentTxt ul, #contentTxt li, #contentTxt ol{
	padding:inherit;
	margin:inherit;
	list-style:inherit;
	}
 #contentTxt ul,  #contentTxt ol{
	 margin-left:2em;}	
 #contentTxt ol{
	 list-style:decimal;}
 #contentTxt ol ul{
	 list-style:disc;
	 margin-left:1em;} 
#contentTxt p{
	text-indent:2em;
	}
#contentTxt p img{
	margin-left:-2em;}
#contentTxt table{
	width:90%;
	margin:0 auto;
	text-align:left;
	}
.contentTitle{
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:10px;
	border-bottom:3px solid #e6b217;
	}	
	
.product-img-wrap{
	width:100%;}
.product-img{
	display:inline-block;width:100%}
.caption{
	min-height:110px;}
.caption p>a{
	color:#999999;
	font-size:12px;
	}
.caption h3{
	font-size:14px;
	font-weight:bold;}
	
.form-box{
	min-height:520px;
	padding-top:30px;
	}
.newsList{
	padding:10px 0;
	border-bottom:1px solid #eee;}
.newsList .time{
	float:right;
	font-size:0.6em;
	color:#aaa;
	margin-left:4em;
	}
	
	
	
.index-about{
	border-top:#CCC solid 1px;
	margin-top:20px;
	padding-top:10px;
	background-color:#efefef;
	}
.index-news{
	font-size:12px;
	color:#999;}	
	
.index-news ul li a{
	color:#666;
	text-decoration:none;
	}	
	
.index-news ul  li span{	
	display: block;
	padding: 3px 0 0 20px;
	font: bold 11px/20px Arial;
	color: #8292a1;
	background: url(../images/icon_01.jpg) no-repeat left 7px;
}
.index-news ul h2{
	font: bold 14px/26px "微软雅黑";
	color: #1186ff;
	padding:0;
	margin:0;}
.index-news ul p{
	font: 12px/24px "微软雅黑","\5b8b\4f53",Arial,sans-serif;
	color: #888;
	line-height: 20px;
}

.content-wrap{
	padding-bottom:20px;
	}
	
/*
页脚----------------------------------------------------------------*/
	
.footer-box {
	background-color:#3c3f48;
	color:#ccc;
	padding-top:30px;
	padding-bottom:30px;
}
.footer-box a {
	color:#eee;
}
.footer-box h3 {
	padding-top:0px;
	margin-top:0px;
	color:#838383;
	font-weight:bold;
}
.footer-box li {
	list-style:none;
}
.footer-box span {
	color:#fff;
}
.qrcode{
	font-size:9px;
	padding-top:20px;}
a.tel{
	font-weight:bold;
	color:#fc0;
	}
@media(max-width:480px){
a.tel{
	font-size:2em;
	}
.footer-com{
	border-bottom:1px solid #999;
	margin-bottom:2em;}
.qrcode {
padding-top: 0px;
}
	}
.language{
position: relative;
float: right !important;
padding: 4px 10px;
margin-top: 8px !important;
margin-right: 15px !important;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid #eee;
border-radius: 4px;
cursor:pointer;

}
.language a{
	color:#999;
	text-decoration:none;
	}
.language:hover,  .language a:hover, .language:hover a {
	background-color:#ddd;
	color:#333;}
.footerNav{
	position:fixed;
	bottom:0;
	left:0;
	color:#FFBF00;
	}
.footerNav *{
	border-radius:0;}
#allmap {height: 400px;overflow: hidden;margin:0;font-family:"微软雅黑";}

/*规范内容区展示效果*/
.subject-wrap-mod ol li{
	list-style:decimal;}
.subject-wrap-mod ul li{
	list-style: disc;
	margin-left:2em;}
.subject-wrap-mod ul li ul li{
	list-style: circle;
	margin-left:2em;}
.subject-wrap-mod p{
	text-indent:2em;}
@media(max-width:480px){
	.subject-wrap-mod img{
		display: block;
		max-width: 100%;
		height:auto;}
	}
subject-wrap-mod{
	min-height:600px;}